.NET Framework Class Library |
ConcurrentDictionary<(Of <(TKey, TValue>)>)..::.ToArray Method |
ConcurrentDictionary<(Of <(TKey, TValue>)>) Class See Also Send Feedback |
Copies the key and value pairs stored in the ConcurrentDictionary<(Of <(TKey, TValue>)>) to a
new array.
Namespace:
System.Collections.Concurrent
Assembly:
System.Threading (in System.Threading.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function ToArray As KeyValuePair(Of TKey, TValue)() |
C# |
---|
public KeyValuePair<TKey, TValue>[] ToArray() |